-/* Application class
+/* Application Class
*
* Demonstrates a simple application.
*
-/* Combo boxes
+/* Combo Boxes
*
- * The ComboBox widget allows to select one option out of a list.
- * The ComboBoxEntry additionally allows the user to enter a value
+ * The GtkComboBox widget allows to select one option out of a list.
+ * The GtkComboBoxEntry additionally allows the user to enter a value
* that is not in the list of options.
*
* How the options are displayed is controlled by cell renderers.
-/* Event axes
+/* Event Axes
*
* Demonstrates advanced handling of event information from exotic
* input devices.
-/* Offscreen windows/Rotated button
+/* Offscreen Windows/Rotated Button
*
* Offscreen windows can be used to transform parts of a widget
* hierarchy. Note that the rotated button is fully functional.
-/* Offscreen windows/Effects
+/* Offscreen Windows/Effects
*
* Offscreen windows can be used to render elements multiple times to achieve
* various effects.
-/* Text Widget/Automatic scrolling
+/* Text Widget/Automatic Scrolling
*
* This example demonstrates how to use the gravity of
* GtkTextMarks to keep a text view scrolled to the bottom
-/* Transparent
+/* Transparency
*
* Use transparent background on GdkWindows to create a shadow effect on a GtkOverlay widget.
*/